home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Random2.0 / Documentation / README.Usage.txt < prev   
Text File  |  1995-06-12  |  2KB  |  57 lines

  1. ----------------------------------------------------------------------
  2.  
  3. Random
  4.  
  5. Version 2.0
  6. 1992 May 29
  7.  
  8. Written by Gregor N. Purdy
  9. gregor@umich.edu
  10.  
  11. Copyright (C) 1991, 1992 Contemporary Design Studios.
  12. All rights reserved.
  13.  
  14. ----------------------------------------------------------------------
  15.  
  16. THIS WORK IS DISTRIBUTED AS IS, WITH NO WARANTEE OR GUARANTEE EXPRESSED OR
  17. IMPLIED IN ANY RESPECT. THE AUTHOR IS NOT LIABLE FOR ANY DAMAGES WHATSOEVER
  18. DIRECTLY OR INDIRECTLY RELATED TO THE USAGE OF THIS WORK.
  19.  
  20. That said, I do welcome comments, suggestions, and bug reports. I want to
  21. use this in some of my own projects, so I'm very interested in making sure
  22. it works correctly. Feel free to drop me an email or letter with your
  23. comments.
  24.  
  25. This work is distributed as FreeWare. Previous versions were further
  26. restricted under the GNU Public License, version 1. This version is no
  27. longer so restricted.
  28.  
  29. This version of the Random class may be used by anyone, anywhere, for
  30. anything, with the following conditions:
  31.  
  32.     (i)    The usage must not be illegal in any way.
  33.     (ii)    You must credit Contemporary Design Studios and
  34.         Gregor N. Purdy and include the copyright information at
  35.         the top of this document in your documentation and in your
  36.         "Info Panel," if any, if your work is ever used by anyone
  37.         other than yourself.
  38.     (iii)    Contemporary Design Studios and Gregor N. Purdy retain the
  39.         right to make improvements to this work and to change the
  40.         distribution conditions and terms in future versions.
  41.     (iv)    You may NOT in any way change the Random class and
  42.         redistribute it, even under a new name, but you MAY, and in
  43.         fact are encouraged to, report bugs and make suggestions for
  44.         enhancements to Contemporary Design Studios and
  45.         Gregor N. Purdy.
  46.     (iv)    You MAY make subclasses of Random that do whatever you want.
  47.         Of course, these subclasses will be governed by your own
  48.         rules, but the Random class will still be governed by these
  49.         rules.
  50.     (v)    You MAY distribute the source code of the Random class with
  51.         your work, but all the documentation for Random, including
  52.         this notice, must be distributed with it. Nobody should ever
  53.         see the source code to the Random class without also seeing
  54.         these documentation files, so they can use it, too.
  55.  
  56.  
  57. ----------------------------------------------------------------------